home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / game / role / ZAngband.lha / Zangband / user / settings.prf < prev    next >
Text File  |  1997-11-16  |  2KB  |  99 lines

  1. ; (Some of) the available Options
  2. ;
  3. ; ANGBAND.gfx                Graphics characters; Y or N
  4. ; ANGBAND.sound              Sound?
  5. ; SCREEN.blankmouse          Set to Y if you want the mouse to blank when
  6. ;                             not being used.
  7. ; SCREEN.quick               Set to Y if you want quick graphics. Equivalent
  8. ;                             to '-q' on the commandline. Make sure you
  9. ;                             know what this does before you use it.
  10. ; SCREEN.menus               Menus on or off? Note that KS1.3 can't (ATM)
  11. ;                             use the menus. That may change.
  12. ; SCREEN.mode                Put here either : The name of a public screen
  13. ;                                              A screenmode value (use
  14. ;                                              'ReqMode' if necessary)
  15. ;                            Or a ? which will bring up a screen mode
  16. ;                             requester (under 2.0 or better)
  17. ; SCREEN.name                The name of a open public screen
  18. ;
  19. ; Window options
  20. ;
  21.  
  22. ANGBAND.gfx Y
  23. ANGBAND.sound Y
  24. SCREEN.blankmouse Y
  25. SCREEN.menus Y
  26. SCREEN.quick N
  27.  
  28. MAIN.use Y
  29. MAIN.title Main Window
  30. MAIN.font topaz/8
  31. MAIN.xpos 0
  32. MAIN.ypos 0
  33. MAIN.cols 80
  34. MAIN.rows 25
  35.  
  36. CHOICE.use N
  37. CHOICE.show N
  38. CHOICE.title Choice Window
  39. CHOICE.font topaz/8
  40. CHOICE.xpos 0
  41. CHOICE.ypos 0
  42. CHOICE.cols 80
  43. CHOICE.rows 25
  44.  
  45. RECALL.use N
  46. RECALL.show N
  47. RECALL.title Recall Window
  48. RECALL.font topaz/8
  49. RECALL.xpos 0
  50. RECALL.ypos 0
  51. RECALL.cols 80
  52. RECALL.rows 25
  53.  
  54. MIRROR.use N
  55. MIRROR.show N
  56. MIRROR.title Mirror Window
  57. MIRROR.font topaz/8
  58. MIRROR.xpos 0
  59. MIRROR.ypos 0
  60. MIRROR.cols 80
  61. MIRROR.rows 25
  62.  
  63. WIN5TH.use N
  64. WIN5TH.show N
  65. WIN5TH.title 5th Window
  66. WIN5TH.font topaz/8
  67. WIN5TH.xpos 0
  68. WIN5TH.ypos 0
  69. WIN5TH.cols 80
  70. WIN5TH.rows 25
  71.  
  72. WIN6TH.use N
  73. WIN6TH.show N
  74. WIN6TH.title 6th Window
  75. WIN6TH.font topaz/8
  76. WIN6TH.xpos 0
  77. WIN6TH.ypos 0
  78. WIN6TH.cols 80
  79. WIN6TH.rows 25
  80.  
  81. WIN7TH.use N
  82. WIN7TH.show N
  83. WIN7TH.title 7th Window
  84. WIN7TH.font topaz/8
  85. WIN7TH.xpos 0
  86. WIN7TH.ypos 0
  87. WIN7TH.cols 80
  88. WIN7TH.rows 25
  89.  
  90. WIN8TH.use N
  91. WIN8TH.show N
  92. WIN8TH.title 8th Window
  93. WIN8TH.font topaz/8
  94. WIN8TH.xpos 0
  95. WIN8TH.ypos 0
  96. WIN8TH.cols 80
  97. WIN8TH.rows 25
  98.  
  99.